home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DO1002.ARJ / WALK.SCR < prev    next >
Text File  |  1991-12-03  |  856b  |  25 lines

  1. .pg wi full clr cy
  2.     COMMAND NAME»gray«: »%t« WalkLine »ye«
  3.  
  4.     /WALK {L|R} {row} {start} {line} {speed}
  5. /cw
  6.     The »%t«WalkLine»#« command allows you to create effects like the
  7.     opening screen of this tutorial.  It "»ma«walks»#«" text across the
  8.     screen.  The parameters are:
  9.  
  10.     »wh«{L|R}»#«       Enter (»ye«L»#«)eft or (»ye«R»#«)ight for the direction the
  11.                 text is to scroll
  12.     »wh«{row}»#«       The screen row on which the text is to scroll
  13.     »wh«{start}»#«     The starting column
  14.     »wh«{line}»#«      The line to display
  15.     »wh«{speed}»#«     The delay in milliseconds between each character.
  16.  
  17. .pg clr
  18.  
  19.     Here are some examples.  Press »bo«<enter>»#« to execute each one.
  20.  
  21. |/WALK R 15 5 "The first example . . . " 75
  22. |/WALK L 16 70 "The second example is longer . . . " 100
  23.  
  24. /ENDEXEC CLEAR
  25.